home *** CD-ROM | disk | FTP | other *** search
- // Tartan Army Script (C) 1998 Red Lemon Studios Ltd.
-
- BeginStronghold("Medium Castle");
-
- Protects(1.0);
-
- Uses(0,0, "Corner Tower", East);
- Uses(1,0, "Wall Standard", North);
- Uses(2,0, "Wall Bartizan", North);
- Uses(3,0, "Wall Standard", North);
- Uses(4,0, "Gatehouse left", North);
- Uses(5,0, "Gatehouse centre", North);
- Uses(6,0, "Gatehouse right", North);
- Uses(7,0, "Wall Standard", North);
- Uses(8,0, "Wall Bartizan", North);
- Uses(9,0, "Wall Standard", North);
- Uses(10,0, "Corner Tower", South);
-
- Uses(0,1, "Wall Standard", West);
- Uses(10,1, "Wall Standard", East);
- Uses(0,2, "Wall Standard", West);
- Uses(10,2, "Wall Standard", East);
- Uses(0,3, "Wall Bartizan", West);
- Uses(10,3, "Wall Bartizan", East);
- Uses(0,4, "Wall Standard", West);
- Uses(10,4, "Wall Standard", East);
- Uses(0,5, "Wall Tower", West);
- Uses(10,5, "Wall Tower", East);
- Uses(0,6, "Wall Standard", West);
- Uses(10,6, "Wall Standard", East);
- Uses(0,7, "Wall Bartizan", West);
- Uses(10,7, "Wall Bartizan", East);
- Uses(0,8, "Wall Standard", West);
- Uses(10,8, "Wall Standard", East);
- Uses(0,9, "Wall Standard", West);
- Uses(10,9, "Wall Standard", East);
- Uses(0,10, "Corner Turret", North);
- Uses(10,10, "Corner Turret", West);
-
- Uses(1,10, "Wall Standard", South);
- Uses(2,10, "Wall Standard", South);
- Uses(3,10, "Wall Turret", South);
- Uses(4,10, "Wall Standard", South);
- Uses(5,10, "Wall Bartizan", South);
- Uses(6,10, "Wall Standard", South);
- Uses(7,10, "Wall Turret", South);
- Uses(8,10, "Wall Standard", South);
- Uses(9,10, "Wall Standard", South);
-
- NewGroup();
- // Uses(5,6, "Keep 2", North);
-
- Ring(0,0,10,10);
-
- EndStronghold();
-